home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
rt800
/
src
/
argv.awk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
AWK Script
|
1990-02-08
|
101 b
|
4 lines
# print all the command line arguments of the program
BEGIN { for (i in ARGV) print i, ARGV[i] }